Draft
Overhaul builder UX with walkthrough mode, dropdown selector, and legacy route#73
Conversation
Agent-Logs-Url: https://github.com/SpicyDevs/posterium-frontend/sessions/a76209d8-7169-468c-a429-6bfa7055b372 Co-authored-by: ikrdikhit <155148519+ikrdikhit@users.noreply.github.com>
Agent-Logs-Url: https://github.com/SpicyDevs/posterium-frontend/sessions/a76209d8-7169-468c-a429-6bfa7055b372 Co-authored-by: ikrdikhit <155148519+ikrdikhit@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ikrdikhit
May 25, 2026 15:58
View session
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
posterium-frontend | cd2c085 | Commit Preview URL Branch Preview URL |
May 25 2026, 04:04 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces a walkthrough-first builder experience and archives the previous simple experience behind a legacy route.
Changes
/builder/legacythat mountsBuilderAppin legacy simple mode.walkthrough | simple | advanced.ModeTogglewith a dropdown menu styled for the existing dark/amber theme.WalkthroughLayoutStepIndicatorSkeletonLayoutSelectorRevealAndExportBuilderApprouting logic to render walkthrough or studio layout based on selected mode while preserving shared editor/config state./buildto default to walkthrough mode.legacySimplefor the legacy route.Validation
npm run build✅npm run test✅parallel_validation(Code Review + CodeQL) ✅ (no issues)Notes
ExportPopoveris dynamically imported in studio mode and statically imported in walkthrough reveal mode; behavior remains functional.